home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Context / Visual Basic .NET.DEF < prev    next >
Text File  |  2006-07-06  |  2KB  |  103 lines

  1. ; PSPad clip definition file for Visual Basic .NET
  2. ; author:  Willem Bogaerts
  3. ; last revision 23. Feb 2006
  4. ;
  5. [Boolean | Boolean data type]
  6. Boolean|
  7. [ByRef | ByRef]
  8. ByRef º As |
  9. [Byte | Byte data type]
  10. Byte|
  11. [ByVal | ByVal]
  12. ByVal º As |
  13. [Class | Class]
  14. Class º()
  15.     |
  16. End Class
  17. [Const | Define a Constant]
  18. Const º As | = 
  19. [CType | General conversion]
  20. CType(º, |)
  21. [CVS Header | CVS Keywords Header]
  22. ' $Revision: $
  23. ' $Date: $
  24. ' $Author: $
  25.  
  26. [Date | Date data type]
  27. Date|
  28. [Decimal | Decimal data type]
  29. Decimal|
  30. [Dim | Dim]
  31. Dim º As |
  32. [Double | Double data type]
  33. Double|
  34. [Else | Else block for existing If]
  35. Else
  36.     º|
  37. [Friend | Only visible within package]
  38. Friend º|
  39. [Function | Function]
  40. Function º()
  41.     |
  42. End Function
  43. [If | If block]
  44. If º Then
  45.     |
  46. End If
  47. [If Else| If block with else clause]
  48. If º Then
  49.     |
  50. Else
  51.     
  52. End If
  53. [Inherits | Inherits]
  54. Inherits º|
  55. [Integer | Integer data type]
  56. Integer|
  57. [Long | Long data type]
  58. Long|
  59. [Me | Reference to the current object]
  60. Me.º|
  61. [Namespace | Namespace]
  62. Namespace º()
  63.     |
  64. End Namespace
  65. [Private | Only visible within class/instance]
  66. Private º|
  67. [Protected | Only visible within class/instance and subclasses]
  68. Protected º|
  69. [Protected Friend | Only visible within package and subclasses]
  70. Protected Friend º|
  71. [Public | Visible everywhere]
  72. Public º|
  73. [ReadOnly Property | ReadOnly Property]
  74. ReadOnly Property º() As |
  75.     Get
  76.         
  77.         Return 
  78.     End Get
  79. End Property
  80. [Return | Return]
  81. Return º|
  82. [Short | Short data type]
  83. Short|
  84. [Single | Single data type]
  85. Single|
  86. [String | String data type]
  87. String|
  88. [Sub | Sub]
  89. Sub º()
  90.     |
  91. End Sub
  92. [ToDo | ToDo comment to search on]*CTRL+ALT+SHIFT+T
  93. ' ToDo [%UserName%]: º|
  94. [Throw exception | Throw exception]
  95. Throw New º(|)
  96. [With | With block]
  97. With º
  98.     |
  99. End With
  100. ;
  101. ;
  102. [AndAlso | Lazy and]
  103. AndAlso |º